home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 July / PSL Monthly Shareware CD-ROM (Public Software Library) (July 1994).iso / reviews / st_01 < prev    next >
Text File  |  1994-02-23  |  44KB  |  1,161 lines

  1. ST-01:  Statistics and Math
  2.  
  3.  
  4. -------------
  5. 0261 Analysis          Small Programs Disk
  6. -------------
  7.  
  8. FFT 1.6
  9.    Sampson, Steve
  10.    $0
  11. is a statistics program that uses the Fast Fourier Transform to produce a
  12. Frequency Domain display from the Time Domain data input.
  13.  
  14. Fast Fourier Transform (FFTRANS)
  15.    Halloran, Mike
  16.    $0
  17. contains FORTH code to implement the FFT transform, and do some simple
  18. character graphics on a terminal.
  19.  
  20. LineQ
  21.    Baker, Wayne G.
  22.    $25
  23. solves up to 40 linear equations simultaneously using the Gaussian Elimination
  24. Method.
  25.  
  26. LNRegr.BAS
  27.    is a linear regression program.
  28.  
  29. MultLnrg.BAS
  30.    Alonso, J. R. F.
  31.    $?
  32. calculates multiple linear regression coefficients.
  33.  
  34. NonLin
  35.    Whitman, Dave
  36.    $?
  37. performs non-linear least squares analysis to determine parameters to fit any
  38. function to observed data.
  39.  
  40. PolyFit
  41.    is an example of the use of systems of linear equations to produce a
  42. polynomial equation which approximates the behavior of experimentally obtained
  43. data points as closely as possible.
  44.  
  45. Regress
  46.    Engineering Software, Inc.
  47.    $?
  48. uses regression analysis to find equations of curves that most closely fit the
  49. ordered data sets (X,Y) entered, and then allows the user to interpolate
  50. values based on the equation selected.
  51.  
  52. Stats
  53.    contains an assortment of statistical programs.  (BASIC required.)
  54.  
  55. --------------------------------
  56. END OF SMALL PROGRAMS DISK #0261
  57. --------------------------------
  58.  
  59.  
  60. ----------------
  61. 2850 Analysis #2          Small Programs Disk
  62. ----------------
  63.  
  64. Adapt
  65.    LEDS Publishing Co., Inc.
  66.    $?
  67. is a forecasting program that features Time Series Analysis with adaptive
  68. filtering, which works on the theory that the best future forecast can be made
  69. if a set of weights is found that best forecasts the available past data.
  70.  
  71. BASist 1.1
  72.    Hodges, Morrison M.D.
  73.    $?
  74. is a basic statistics program.  It takes a series of numbers and calculates a
  75. variety of statistics, including the mean, median, variance, standard
  76. deviation, coefficient of variation, measures of skewness and kurtosis, as
  77. well as the standard errors and confidence limits for these statistics.
  78. Finally, the Kolmogorov-Smirnov Dmax statistic is presented (K-S Dmax is an
  79. index is normality of distribution), and the null hypothesis test for the K-S
  80. Dmax is stated for the 5% level.
  81.  
  82. CHI-SQ.BAS
  83.    does chi-square calculations.
  84.  
  85. Confidence Level Calculator (CONLVL)
  86.    Ford, L. M.
  87.    $15
  88. calculates (statistical) confidence levels for small data sets and the number of
  89. tests required to reach user requested confidence levels.
  90.  
  91. ElStat
  92.    Floddy, Dale R.
  93.    $0
  94. is a simple, menu-driven statistics program. Features include descriptive stats
  95. (mean, sample variance, standard deviation), correlation, two-sample t-tests,
  96. chi-square, and one- and two-factor ANOVA.
  97.  
  98. EQNSolve.BAS
  99.    will solve a system of "n" linearequations in "n" unknowns.
  100.  
  101. LIN-REG.BAS
  102.    is a linear regression program.
  103.  
  104. Gauss
  105.    Ng, Thomas
  106.    $10
  107. is a numerical analysis program. It is for engineers and other professionals
  108. who frequently need to perform matrix computations. It operates on square
  109. matrices such as those with an equal number of rows and columns, up to a
  110. maximum size of six rows by six columns.
  111.  
  112. LSPR 1.0
  113.    Sund, S.E.
  114.    $8
  115. is a linear polynomial regression program. It finds the coefficients of a
  116. linear least squares equation.
  117.  
  118. Tandem Queuing Simulation  (TQSIM)
  119.    JJO Software
  120.    $5
  121. simulates multiserver queuing elements whose arrival rates and service times
  122. can be approximated by the Poisson distribution.
  123.  
  124. --------------------------------
  125. END OF SMALL PROGRAMS DISK #2850
  126. --------------------------------
  127.  
  128.  
  129. --------------
  130. 1555 Curve Fit          Small Programs Disk
  131. --------------
  132.  
  133. Curve
  134.    derives the linear, exponential, logarithmic, and power equations to fit a
  135. set of input data points x(I),y(I). All the equations are converted to the
  136. linear form Y=A+BX, and the linear form is fit to the data by the method of
  137. least mean squares.
  138.  
  139. Forecst
  140.    Loy, Michael D.
  141.    $10
  142. is designed to analyze time-series data and develop a smoothed curve that
  143. allows for a more accurate extrapolation of past data.  This is not another
  144. curvefitting program.  While the program does generate a correlation
  145. coefficient, it does not attempt to force an equation on the data.  This
  146. program is useful for individuals and businesses that need to predict future
  147. values (i.e. profits, sales) based on past history which is highly variable.
  148.  
  149. LeastQ 2.1
  150.    Fox, John D.
  151.    $0
  152. is a general purpose curve fitting program designed to find the coefficients
  153. a[i] of a function, y(x), of the form: (1) y(x) = a[0] + a[1]*f1(x) + a[2]
  154. *f2(x) + . . . . or (2) Chisq = Sum(k = 1;Npts) of (y[k] -ycalc(x[k])) ^2
  155. /err[k]^2.  Sample data sets are contained in the file DATA.ARC which requires
  156. ARCE or PKXARC to extract. The program requires an 8087 math chip and
  157. CGA-compatible card/monitor. Turbo Pascal source code is included.
  158.  
  159. List2Fit (LIST2FI)
  160.    Lemm, Bob
  161.    $0
  162. aids in describing data for computer modeling.  It uses the Least Squares Fit
  163. method of describing a set of X-Y points.  EGA is required for graphics
  164. display.
  165.  
  166. NLFITD 2.6
  167.    Hood, William G.
  168.    $0
  169. is a nonlinear curve fitter. Marquardt's algorithm is used to find values of
  170. parameters that make an equation fit a group of data points in a least squares
  171. sense. The equation can be nonlinear with regard to parameters.
  172.  
  173. Normal-Z
  174.    computes areas under the normal distribution probability curve from the
  175. mean to a designated `Z' value. This program also can compute `Z' values from
  176. a given area.
  177.  
  178. --------------------------------
  179. END OF SMALL PROGRAMS DISK #1555
  180. --------------------------------
  181.  
  182.  
  183. ---------
  184. 0702 Math           Small Programs Disk
  185. ---------
  186.  
  187. A_Solver 1.0
  188.    Ryan Software
  189.    $0
  190. is an expression solver.  For example, 29*2^4 resolves to 464. `C' source code
  191. is included, as is an OBJ file that can be linked into any program to provide
  192. equation solving in your own programs.
  193.  
  194. Bin-CVT
  195.    Relf, Robert B.
  196.    $?
  197. converts positive integers between bases 2,10 and 16.  It will handle binary
  198. to 16 bits, decimal to 65535, hexadecimal to ffff.
  199.  
  200. DIV
  201.    Hilliard, Cino
  202.    $0
  203. is a high precision division routine that divides very large numbers very,
  204. very quickly. ZBASIC source code is included.
  205.  
  206. Eval 1.1
  207.    TriSoft Technologies
  208.    $5
  209. parses and solves a mathematical expression, optionally showing intermediate
  210. evaluation steps in the process.
  211. Example:  EVAL Sin(3)=Cos(6tan(45))-Sqrt(3*Ln(Exp(3)))^2
  212.  
  213. EZ-Convert 1.0 (EZC)
  214.    Driscoll, Brian S.
  215.    $15
  216. converts between various units of measure.  Other conversion programs in the
  217. PsL are either not as extensive as this one or they force you to choose from a
  218. set of predefined relationships.  For example, one will convert between pints
  219. and liters but not between quarts and liters.  However some of the others
  220. cover some units not covered by this one.  EZ-Convert's categories are Length,
  221. Area, Volume, Weight, and Temperature.
  222.  
  223. EZTrig
  224.    Thornton, Dan
  225.    $10
  226. is an easy to use program that quickly solves oblique and right triangles by
  227. input of values for variables listed on a graphics depiction of a triangle.
  228. Useful for engineers, students, and anybody interested in trig.  May not work
  229. right on some VGA systems.
  230.  
  231. Fourier.BAS
  232.    is a fast fourier transform program.
  233.  
  234. Func3
  235.    Walker, Tad
  236.    $0
  237. computes trigonometry and other miscellaneous mathematical functions.
  238.  
  239. MathFunc.BAS (MATHFNC)
  240.    Bagshaw, Tony
  241.    $?
  242. computes complex mathematical functions.
  243.  
  244. Matrix
  245.    Ruzinsky, Steven A.
  246.    $?
  247. finds B and/or the inverse of A.
  248.  
  249. Matrixss
  250.    Schneider, Scott
  251.    $0
  252. solves matrix algebra problems.
  253.  
  254. Matrix2
  255.    Hutchinson, William M.
  256.    $?
  257. is a matrix inversion program to which the equation solutions have been added.
  258. It is configured for up to 32 equations.  Rather than using Gaussian
  259. elimination (triangularizing the input matrix), the program iterates a matrix
  260. inversion using Newton's method.  The significant point is that even though no
  261. inverse can be found for an equation set which includes dependent (or the
  262. same) equations, a solution is found which satisfies the input equations.  TP5
  263. source code is included.
  264.  
  265. Primes
  266.    Walker, Tad
  267.    $0
  268. is a prime numbers generator.
  269.  
  270. --------------------------------
  271. END OF SMALL PROGRAMS DISK #0702
  272. --------------------------------
  273.  
  274.  
  275. -------------------------
  276. 1947 Calculators and Math          Small Programs Disk
  277. -------------------------
  278.  
  279. Complex Variable Calculator 1.4 (CVCALC)
  280.    Moshier, Steve
  281.    $?
  282. is a 100-digit calculator program. It can do arithmetic, Fortran-style algebraic
  283. syntax, and various built-in mathematical functions. It is not a 10-key type of
  284. calculator. one or more equations can be entered on one line, separated by
  285. semicolons.
  286.  
  287. NoMajor
  288.    Obenchain, Bob
  289.    $0
  290. calculates the expected percentage of acceptable lots in single-, double-, or
  291. triple-stage trinomial sampling in which acceptance implies that NO MAJOR
  292. Nonconformances were observed.  MS-C5 source included.
  293.  
  294. RandNorm.BAS
  295.    is used to calculate 1000 random normal variables.
  296.  
  297. TriCalc 2.5
  298.    TriSoft Technologies
  299.    $10
  300. is a pop-up calculator that solves expressions as opposed to just working like
  301. an adding machine.  Results are returned in both standard and scientific
  302. notation. res:45k
  303.  
  304. UltraPre
  305.    is an ultra-precise calculator.  BASIC required.
  306.  
  307. ProCal
  308.    Miller, Robert D. and Osterhagen, William A.
  309.    $20-$30
  310. solves a wide variety of algebraic, trigonometric and technical problems using
  311. arithmetic operations and more than fifty pre-defined functions.  In addition,
  312. it permits user-defined formulas and named variables which may be saved to
  313. disk and later reused.  Technical users will appreciate the precision and wide
  314. range of floating point numbers:  all calculations are done in 80-bit floating
  315. point whether the numeric processor (8087, 287 or 387) chip is installed or
  316. not.  Functions are accurate to very near the arithmetic limits.
  317.  
  318. Programmers will find it especially useful since it will do exact arithmetic
  319. on long (32-bit) integers, has a full set of logical operators, and does bit
  320. manipulation. Additional number bases of two, eight, and sixteen may be used
  321. in calculations. For financial work and planning, a set of calendar functions
  322. are an integral part of ProCALC.
  323.  
  324. SE
  325.    Carder, David B.
  326.    $?
  327. is a program to solve systems of algebraic linear equations in many variables.
  328.  
  329. SolveQu
  330.    is an example of how to solve simultaneous equations in BASIC.
  331.  
  332. Volume
  333.    Compean, Thomas
  334.    $?
  335. solves problems involving common geometric shapes.  It will also provide you
  336. with the volume of the specified shape.
  337.  
  338. --------------------------------
  339. END OF SMALL PROGRAMS DISK #1947
  340. --------------------------------
  341.  
  342.  
  343. -------------
  344. 2465 Plotting          Small Programs Disk
  345. -------------
  346.  
  347. 3DGraph
  348.    Martin, Joe
  349.    $0
  350. is a 3 dimensional equation plotter.  Plotted on an imaginary xyz coordinate
  351. system.  You have the ability to rotate the graph, determine the object to
  352. image perspective distances, adjust the X and Y ranges as well as their
  353. increments, state translations of both the X and the Y axes and scale on both
  354. X and Y axes.
  355.  
  356. EpPlot
  357.    plots x,y relationships & file for Epson plotter.
  358.  
  359. Exponentially Weighted Moving Index Plots (EWMIPLO)
  360.    accepts either keyboard or ASCII batch input, calls analysis routines for
  361. exponentially weighted averages, and displays approximate central 90% (+/-
  362. 1.65 sigma) forecast intervals in IBM-compatible CGA medium resolution
  363. graphics mode using functions from the Essential (South Mountain) Graphics 2.0
  364. Library.
  365.  
  366. Fit 2.0
  367.    Lewis, Ronald W.
  368.    $0
  369. fits data to straight line, logarithmic curve, exponential curve, power curve
  370. or polynomial regression.  The program computes slope, intercept, correlation
  371. coefficient.  It also finds X and Y predictions and plots fit.
  372.  
  373. Func1.BAS and Func2.BAS
  374.    are function plotting programs.
  375.  
  376. Liss and Liss-87
  377.    plot Lissajous patterns on screen. Lissajous patterns result when one
  378. function of an independent variable is plotted on the X-axis of an orthogonal
  379. curve, and another function of the same independent variable is plotted on the
  380. Y-axis.
  381.  
  382. SciSubv.BAS
  383.    is for plotting equally spaced data values.
  384.  
  385. Screen Plot (SPLOT)
  386.    Hook, William G.
  387.    $15
  388. will plot x-y data on the screen or Epson-compatible printer.  Up to four
  389. different sets of data can be on the same plot.
  390.  
  391. --------------------------------
  392. END OF SMALL PROGRAMS DISK #2465
  393. --------------------------------
  394.  
  395.  
  396. ------------------------
  397. 3339 Miscellaneous Stats          Small Programs Disk
  398. ------------------------
  399.  
  400. AudtSamp (SAMPT)
  401.    Fishback, Peter L.
  402.    $10
  403. is an aid for CPA's. It will generate random numbers, do sample size
  404. selection, and estimate the reliability of audit tests.
  405.  
  406. FFT-256 1.0
  407.    Garland, Harry
  408.    $10
  409. displays Fourier spectrum of your data or waveform. You can input your data
  410. graphically, as a mathematical formula, or from a disk file. It performs 256
  411. point FFT. This is ideal for scientific/engineering data analysis. Requires EGA
  412. or VGA.
  413.  
  414. F(x) 1.0
  415.    Crowther, Kenneth
  416.    $10
  417. plots a graph of a function y= f(x) and allows you to manipulate it in an
  418. adjustable and easy way. Functions include sin, cos, tan, atn, rnd, int, exp,
  419. log, abs, and sqr. Requires CGA/EGA/VGA.
  420.  
  421. Graphiti 1.03 (GRPHITI)
  422.    Copy Con Incorporated
  423.    $20
  424. plots 2D, 3D, and polar math functions with the option of saving the output to a
  425. GIF file.
  426.  
  427. RanList 1.0
  428.    Brown, Barry W.
  429.    $0
  430. creates randomization lists and offers a primitive form of interactive
  431. randomization. It features restricted and unrestricted randomization. Fixed or
  432. random balance points can be chosen when restricted randomization is used.
  433.  
  434. --------------------------------
  435. END OF SMALL PROGRAMS DISK #3339
  436. --------------------------------
  437.  
  438.  
  439. Control Chart Simulator 9402 [CCSIMU]
  440.    Bob Obenchain
  441.    $0
  442. generates 100 independent, normal observations and their moving average or
  443. EWMA on each VGA screen. You may change the mean and/or variance of the 2nd
  444. 50 observations. C source code is included. Special order from the March
  445. 1994 CD: 83k.
  446.  
  447.  
  448. AnyAngle 2.66
  449.    Preston, Jim
  450.    $20
  451.    #3856  (10-93 CD)
  452. finds answers to geometry problems involving triangles, and offers scale views
  453. and supplementary data to back up the numerical results. It includes an
  454. interactive scientific calculator with automatic memory of all triangle
  455. components. The calculator also has major functions such as powers, roots,
  456. logarithms and trigonometry as well as degree-minute-second and
  457. degrees-to-radians conversion operations.
  458.  
  459. You can change a solved triangle's angles or sides, or sizing it to have a
  460. certain area, altitude or other component or to fit exactly around or inside a
  461. given circle. You can also get a complete analysis including area, perimeter,
  462. altitude, center of gravity, coordinates of each vertex, and data about the
  463. inscribed circle and circumcircle.
  464.  
  465.  
  466. A Statistical Package 2.0
  467.    DMC Software, Inc. ASP
  468.    $55-$85
  469.    #3028
  470. is a powerful statistical package for business, economics, and the social
  471. sciences. It features complete data management and comprehensive statistical
  472. routines such as analysis of variance and random block with unequal samples;
  473. 13 probability distributions; four time series routines; 18 hypothesis/
  474. nonparametic tests; box and whisker, scatter, and stem and leaf plots;
  475. contingency table analysis; ordinary least squares, two stage least squares,
  476. weighted least squares, stepwise, and auto regression programs, 29 summary
  477. statistics; frequency distributions; and a set of non statistical programs for
  478. solving linear equations and linear programing problems, inverting a matrix,
  479. and for depreciation and interest rate analysis.
  480.  
  481. Other features include the ability to display a breakdown of scatter plots by
  482. a third variable; of one variable in the data matrix by another; combining of
  483. a set of variables in the data matrix into a single variable; twelve row
  484. transformations on the data matrix; and sin, cos, and ten trigonometric
  485. transformations.
  486.  
  487.  
  488. Graphmatica 3.2
  489.    kSoft, Inc.
  490.    $20
  491.    #4112  (10-93 CD)
  492. is an interactive algebraic equation grapher used to plot mathematical curves.
  493. It supports several styles of graphing, including regular Cartesian, polar,
  494. parametric, slope-field, and initial-value approximations.
  495.  
  496. Other advanced features include remembering the last 25 equations graphed,
  497. several ways to scale or size the grid, and the ability to save lists of
  498. equations and the current settings for later use.
  499.  
  500.  
  501. Kwikstat 3.3r7 [KSTAT33A, KSTAT33B, KSTAT33C]
  502.    Elliott, Alan C. ASP
  503.    $53
  504.    #27058/1251 [3 disks] (01-94 CD)
  505. lets you create a database and enter and edit data; create reports and query
  506. the database; generate graphs and descriptive and comparative statistics (eg:
  507. t-test, ANOVA) plus regression analysis and more.  Data may be imported from
  508. dBase III files.  More support has been added for Hercules video.  Although
  509. not mentioned in the manual, there are predictive (forecasting) routines in
  510. the simple and multiple linear regression modules.  These allow you to make
  511. predictions from the linear regression equations calculated in the program.
  512.  
  513. Two other modules are available: Two-Way Analysis of Variance and Time Series
  514. Analysis. Two-Way ANOVA also includes 2-way with repeated measures, multiple
  515. comparisons and interaction plots. Time Series includes data autocorrelation
  516. plots, data modeling, parameter estimation and forecasting with confidence
  517. limits. (Note: KS.DOC is not included.)
  518.  
  519.  
  520. KwikStat Simulations Module
  521.    TexaSoft ASP
  522.    $0
  523.    #27058/2975
  524. is an add-on for KwikStat. The program generates data sets from normal,
  525. uniform or exponential distribution. It can also be run by itself. A hard disk
  526. is recommended.
  527.  
  528.  
  529. Algebraic Manipulation Program
  530.    Cerebral Software
  531.    $50
  532.    #27248/1888 [2 disks]
  533. is a symbolic calculation tool for students, teachers, and professionals in
  534. engineering or mathematical sciences.  You can edit and simplify many
  535. expressions or equations in a mathematical derivation quickly and accurately.
  536. AMP functions in an interpreter mode and program mode.  In the interpreter mode
  537. you may manipulate up to 128 expressions, equations or inequalities.  In the
  538. program mode you have access to a combination screen editor and compiler so that
  539. you may define procedures using the same type statements that you use in the
  540. interpreter mode.
  541.  
  542. AMP facilitates tensor manipulation using index notation. Tensor elements may
  543. be simple numbers, complex expressions or relations. Tensor manipulation can
  544. include matrix multiplication. Expressions and equations may be saved to the
  545. disk and then later recalled. Required are a hard disk and 640k RAM.
  546.  
  547.  
  548. BigCalc
  549.    McClendon, Judson D.
  550.    $20
  551.    #27383/1420
  552. is a calculator that handles huge numbers.  Prior versions were on Small
  553. Programs disks, but with the constant updating and the C source code, it is
  554. now over 300k.
  555.  
  556.  
  557. LS-1.00 Plus Scientific Calculator
  558.    Lawrence Stone Research Group
  559.    $39
  560.    #27383/2738
  561. is a TSR, scientific calculator. Features include three types of logarithms,
  562. trigometric functions, including inverse and hyperbolic functions, angle
  563. conversions, date and time math, fixed decimals to 15 significant digits, a full
  564. statistical package that includes an array that will accept 500 numbers, three
  565. types of random numbers standard deviation, permutations, arithmetic means,
  566. quadratic means, harmonic means, geometric means, factorials, exponential
  567. functions, combinations, and more.
  568.  
  569.  
  570. PC-Calculator
  571.    Schoenbrun, Mitchell
  572.    $30
  573.    #27383/0264
  574. is a resident calculator.  It features 16 visible memories, 7 function key
  575. modes, and 14 number display formats.  Mouse support and a pop-up version of
  576. the calculator have also been included.  (Note: the MANUAL file apparently is
  577. formatted for printing and may not look exactly right when viewed on-screen.)
  578.  
  579.  
  580. Programmer's Calculator
  581.    Moak, Ronald
  582.    $15
  583.    #27383/265
  584. displays on screen the four stack registers, six memory registers and a
  585. display register; thereby making it unnecessary to write down the contents of
  586. the registers when making complex calculations.  In addition to the general
  587. functions found on most calculators the Programmer's Calculator has six
  588. logical functions (and, or, not, etc.).  Numbers used in the general
  589. calculations may be up to 16 digits in accuracy.  It converts numbers between
  590. decimal, hexadecimal, binary, and octal.  Numbers up to 20 bits binary may be
  591. converted and the two's complement may be calculated on numbers up to 15 bits
  592. in length.
  593.  
  594.  
  595. Tex Solver-10
  596.    #27383/268
  597. is not a simple tenkey-type calculator program, it emulates the HP calculators
  598. and is aimed at the scientific/mathematical crowd.
  599.  
  600.  
  601. Curvefit 3.3
  602.    Cox, T. S.
  603.    $10
  604.    #27384/539  (10-93 CD)
  605. fits the values of X and Y to 25 different equations.  Equation coefficients,
  606. Correlation Coefficient, and Best Fit are computed.  For any of the 25
  607. equations, predictions for Y can be calculated.  Finance emulates the
  608. functions of the HP-41 programmable calculator.
  609.  
  610. A user writes: "This program does no graphing whatsoever nor Power X, Y
  611. Fitting. Both of these were expected, based on the name and the description."
  612.  
  613.  
  614. DataPlot
  615.    ComPlus Professional Services
  616.    $68
  617.    #27384/1242
  618. is a general purpose two dimensional data plotting system specially designed
  619. for scientific and engineering applications.  Its simple menu driven user
  620. interface allows quick and effective method for scientific data analysis and
  621. presentation, and yet powerful enough to produce publication quality graphs.
  622. Graph types include linear plots and single/multiple cycle log plots using
  623. scatter, continuous, step or needle graphs.  It supports CGA, EGA and Hercules
  624. compatible video cards and HPGL compatible plotters.  It will also support an
  625. MS compatible mouse and a math coprocessor.
  626.  
  627.  
  628. Mathplot 3.2 [MATHPLOT]
  629.    McCrary, J. H.
  630.    $?
  631.    #27384/1852
  632. is a set of graphics programs to help scientists and engineers analyze data.
  633. Routines are included for least-squares fitting of polynomials to sets of data
  634. points, solving simultaneous linear equations, numerically integrating a curve
  635. defined by a set of data points, calculating simple statistical parameters for
  636. data sets, and for calculating the coefficients of a Fourier series for a
  637. periodic function described by a set of data points.
  638.  
  639. Programs are also included for calculating and plotting Fourier spectra and
  640. Bessel functions, for plotting data sets and for plotting and comparing
  641. user-specified functions with data sets. Most of these functions can be plotted
  642. on screen with any graphics card or printed on Epson compatible printers.
  643. Sample data files are included for each function for easy testing of the
  644. program. The program is menu-driven and well designed (eg: it shows you file
  645. names when asking for a file to load).
  646.  
  647.  
  648. Screen Plot
  649.    Hood, William G.
  650.    $20
  651.    #27384/1826
  652. will plot x-y data on the screen or Epson-compatible printer.  Up to 200
  653. different sets of data can be on the same plot.  The program will draw a
  654. smooth curve through the data points as well as straight lines.  It will make
  655. an exponential curve fit as well as a polynomial curve fit.  It allows legends
  656. to be placed on the plot and the legends can be saved and later redrawn.
  657. It can also make 3-dimensional plots.  Supports a Mouse, error bars, dual
  658. vertical axes, and mathematical operations. Also included on this disk is:
  659.  
  660. HPlot (HP Plot) will plot two and three dimensional data on a HPGL compatible
  661. plotter connected to a serial port (COM1 or COM2).
  662.  
  663. PlotDump sets up a Terminate & Stay Resident routine that will dump a graphics
  664. image to an Epson compatible dot matrix printer when the keys Ctrl and PrtSc
  665. are pressed simultaneously. The program can dump Hercules graphics images,
  666. 640x200 (mode 6) monochrome CGA graphics images and 640x350 (mode 16) EGA
  667. graphics images in which all foreground colored objects are displayed against
  668. the background (color #0). With an EGA image, the background (color #0) is
  669. printed as white and all other colors are printed as black.
  670.  
  671.  
  672. KS Probability and Statistics 2.1 [KSPROB] 06-93 CD
  673.    Hudson, Joseph
  674.    $10
  675.    #27329/693 [2 disks]
  676. is a set of stats programs, including exploratory regression, crosstabs,
  677. Lilliefor's test for normality, histograms and text-mode scatter plots.
  678.  
  679. Other features include a chart of probability distributions, a table
  680. summarizing the distributions, and KSPSIM, which simulates samples from
  681. probability distributions. Requires DOS 3.2 or later.
  682.  
  683.  
  684. ProTab
  685.    Strausbaugh, Brad
  686.    $20
  687.    #27329/1889
  688. is a statistical calculator for fast quantitative analysis of small data sets.
  689. The tools available include single and paired distribution, ANOVA, correlation
  690. and regression, and crosstab analysis.  The program has a nice looking
  691. interface, but it didn't respond well to input errors in our testing.
  692. Nevertheless, it seems to perform its calculations properly.
  693.  
  694.  
  695. ECstat & Epistat
  696.    #27386/262
  697. are statistics programs with numerous functions built in.  BASIC is required.
  698.  
  699.  
  700. LeastSquares
  701.    Sozuer, Sami
  702.    $15-$40
  703.    #27386/2737
  704. is a general purpose data analysis program designed primarily for regression
  705. analysis linear in the parameters. The program also has a collection of data
  706. transform, graphics and statistics features to give the user a visual as well as
  707. an analytical understanding of the data at hand. (The author is no longer at
  708. the address provided in the documentation.)
  709.  
  710.  
  711. Linear Programming System & Regression.WKS
  712.    #27386/263
  713. is 160k template for 1-2-3.
  714.  
  715.  
  716. Mathpak III 2.0
  717.    Dalal, Dan
  718.    $35
  719.    #27386/567
  720. performs numerous math functions, including base conversion, quadratic
  721. equations, chain rule for f(x)=a(bx^c+dx^e+K)^n, polynomials, rolar/rectangular
  722. conversions, linear equations, mean and standard deviation, logarithms, trig,
  723. square root, testing for the intersection of two polynomial functions, solving
  724. for equations such as "f(x)=ax^3+bx^2+cx+d". This is a completely rewritten
  725. program and offers considerable speed and advantage over MathPak II. It has
  726. 80x87 support and context sensitive help screens. functions, solving for
  727. equations such as "f(x)=ax^3+bx^2+cx+d".
  728.  
  729.  
  730. Mathpak IV
  731.    Dalal, Dan
  732.    $13-20
  733.    #4762
  734. is a fully interactive command line driven math package, where you enter
  735. the math function you will to work with. You can solve quadratic
  736. equations, statistical functions linear functions, Chain Rule functions,
  737. polynomial functions, Rectangular to Polar conversions, sine of an
  738. angle(in degrees), cosine of an angle(in degrees), the tangent of an
  739. angle(in degrees), and Fahrenheit to Celsius degree conversion.
  740.  
  741. Included with the program is module that gives you the opportunity of
  742. watching the math problem being solved by the computer. You can also
  743. "fill in the blanks" where important concepts are being taught. Another
  744. module offers a review of basic concepts that are used by MATH PAK IV. A
  745. Windows version is also included on this disk.
  746.  
  747.  
  748. E.Q.Filer
  749.    S.O.S.  Engineering Software
  750.    $50
  751.    #27385/856
  752. is a menu-driven equation solver.  It is oriented towards defining equations
  753. and saving them for later use, rather than entering equations on the fly.
  754. (For defining and solving equations on the fly, see "Homebase" and "Desk
  755. Commando" under "Utilities".)  You give each equation a name and description.
  756. You can specify an allowable input range for each variable and the format
  757. (number of decimal places) of the result.  Fifty dollars seems a trifle steep
  758. for this and we could live with out the longish introductory screen, but EQF
  759. is a well designed program.
  760.  
  761.  
  762. Mercury
  763.    Schlafly, Roger ASP
  764.    $49
  765.    #27385/2893
  766. is a complete program for solving equations and plotting graphs. This program
  767. allows you to evaluate mathematical expressions; solve for the roots of an
  768. equation; solve a system of equations; maximize or minimize a function, with or
  769. without constraints; evaluate derivatives and definite integrals; plot one or
  770. more functions; and print a report or a graph. Requires 640K RAM, and a graphics
  771. monitor for plots.
  772.  
  773.  
  774. PFSA
  775.    Stevens, Don
  776.    $?
  777.    #27385/540
  778. was created to do some rather large but simple algebraic computations.  PFSA
  779. does not have the large variety of commands which more general purpose
  780. symbolic algebra programs (muMath and Macsyma) have but it is faster and can
  781. work with bigger expressions.  PfSA ran 90 times faster than Macsyma on a very
  782. large Hamiltonian canonical transformation project, and it runs more than 200
  783. times faster than muMath when doing example E.
  784.  
  785.  
  786. MathTool
  787.    Maher, Martin J.
  788.    $20
  789.    #27387/1183
  790. is an interactive mathematical program that performs the following functions
  791. on a user-defined variable: evaluation of the function for any value or range
  792. of values of the independent variable; evaluation of the derivative of the
  793. function for any value of the independent variable; numeric integration using
  794. Simpson's Rule; fast and powerful root finding; graphics using 640x200
  795. resolution screen (CGA required). The program is menu based, with context
  796. sensitive help, and function definitions are limited only by memory. You can
  797. also do log-log and simi-log plots and use file input and output for function
  798. definitions.
  799.  
  800. Also on this disk is Convert, a unit conversion utility that accepts two
  801. arguments from the command line, a number and a unit (e.g., 10 miles), and
  802. shows a list of equivalent quantities with different units. Turbo Pascal
  803. source comes with both programs.
  804.  
  805.  
  806. MultiVariate Statistical Package 2.1d [MVS21D]
  807.    Kovach, Warren L.
  808.    $105
  809.    #27387/2894 (12-93 CD)
  810. calculates principal components, principal coordinates, correspondence, and
  811. cluster analyses, as well as a variety of distance, similarity, and diversity
  812. indices. These are common multivariate statistical procedures used in many areas
  813. of biology and geology, as well as other fields.
  814.  
  815.  
  816. STAR
  817.    Gino, Antonio, Ph.D.
  818.    $69
  819.    #27387/1985
  820. is a program providing Statistical Analysis for Researchers.  It performs
  821. Regression, Variance & Covariance & Orthogonal Contrasts, an Dummy variables.
  822. The researcher can obtain true ANCOVA tables from regression. A tutorial
  823. has also been provided. This program will not operate on a two-floppy
  824. system.
  825.  
  826.  
  827. Stat-Sak
  828.    Dallal, Gerard E.
  829.    $0
  830.    #27387/641
  831. performs the following calculations and analyses:  distributions (normal, t,
  832. chi-square, F, binomial, poisson), tests of independence (Pearson chi-square
  833. with Yate's continuity correction), Fisher's exact test for 2x2 contingency
  834. tables, Mantel-Haenszel test, McNemar's test, Correlation coefficients,
  835. Bartholomew's tests for increasing proportions and for increasing normal
  836. means, one-sample t test, and the well-known two-sample t test from summary
  837. statistics - a personal favorite of mine.
  838.  
  839.  
  840. O.C.T.A.
  841.    Dallah,Gerard E.
  842.    $10
  843.    #27388/2827
  844. is a program for the log-linear analysis of multi-dimensional contingency tables
  845. by use of the Deming-Stephan iterative proportional fitting procedure. The
  846. program can now read tables from ASCII files.
  847.  
  848. Oddjob 6.0 (on the same disk) offers statistical procedures, including test of
  849. normality, the Hartigans' DIP test of unimodality, isotone regression, two-phase
  850. regression, structural relations, alternating conditional expectations, locally
  851. weighted scatterplot smoother, and a test of equality of two dependent
  852. correlation coefficients. Works directly with SYSMAT/MYSTAT system files.
  853.  
  854.  
  855. Q-Pro
  856.    Q-Soft (Brighton) Ltd.
  857.    $60
  858.    #27388/2066
  859. uses Monte-Carlo methods to derive the probability distribution of a user
  860. defined function which can contain two independent random variables.  The
  861. program is easy to use; it has full-screen editing and context-sensitive help
  862. screens.  Results are displayed in both tabular and graphics form on either
  863. CGA-compatible or mono-graphics video.
  864.  
  865.  
  866. Simon
  867.    Toth, A., Karolyi, K., and Faludi, E.
  868.    $40-$99
  869.    #27388/2649
  870. is a good program for mathematical modelling and continuous simulation of any
  871. models that can be defined by ordinary differential equations. In other words,
  872. it can process any models which are defined by ordinary differential equations.
  873. This program is recommend to anybody who deals with problems that can be
  874. formulated as a system of differential equations: physicists, engineers,
  875. economists, biologists, etc.
  876.  
  877.  
  878. Math Extra 3.2 [MX320]
  879.    Denker, David
  880.    $30
  881.    #3672 (01-94 CD)
  882. is a general purpose, programmable scientific math program for everyday use.
  883. Features include graphics; variables; string memories; a conversion utility with
  884. over 500 metric and English weights, volume, area and measurement conversions; a
  885. savings and finance application file that loads an application menu into the
  886. environment and a slot machine game. You can also add utilities to the program.
  887.  
  888. Math Extra Resident 2.12 ($20), a limited TSR version, is included. The graphics
  889. mode does not support the Hercules graphic cards. It may not work with some
  890. video cards in display modes other than the standard 80 columns by 25 lines.
  891.  
  892.  
  893. MathPlot 3.3
  894.    Sherrod, Phillip H. ASP
  895.    $15-$20
  896.    #3327 (09-93 CD)
  897. (formerly FunPlot) allows you to enter functions using ordinary algebraic
  898. notation and immediately plot them. It supports Cartesian, polar, and
  899. parametric functions. Up to four functions may be displayed simultaneously.
  900.  
  901.  
  902. [Matrix]
  903.    Kennedy, John
  904.    $0
  905.    #12470 (09-93 CD)
  906. is designed to teach row operations on matrices. It can be used to find
  907. complete solutions to systems of linear equations, to find determinants
  908. and inverses of matrices, to solve standard and non-standard Linear
  909. Programming problems, and more.
  910.  
  911.  
  912. MrqFIT
  913.    Spring Systems
  914.    $39
  915.    #3947
  916. solves non-linear parameter estimation problems. It is easy to use, interactive,
  917. and powerful.
  918.  
  919.  
  920. NonLin 2.5
  921.    Sherrod, Phillip H. ASP
  922.    $25
  923.    #4031  (10-93 CD)
  924. fits linear, multivariate, polynomial, and general nonlinear equation to
  925. data. You specify the form of the function whose parameters are being
  926. estimated using ordinary algebraic notation. The program can be directed
  927. to generate an output file with predicted values and residuals in
  928. addition to determining the parameter estimates. Observed values and the
  929. estimated function may be plotted.
  930.  
  931.  
  932. QA Training Tools
  933.    Softrx Shareware ASP
  934.    $0-$25
  935.    #20037/3054 [6 disks]
  936. is a very extensive set of sophisticated statistical programs for quality
  937. assurance and quality control.
  938.  
  939. EWMASIM generates interactive CGA-graphical displays of Average Run
  940. Lengths for Exponentially Weighted Moving Average schemes.
  941.  
  942. SDValid automates testing, using results from the customer's independent
  943. resample, of whether supplier provided inspection results are free of downward
  944. bias.
  945.  
  946. Six Sigma Simulator displays histograms of pseudo-random, normal deviates
  947. with mean zero and variance one.
  948.  
  949. Audit helps set upper confidence limits on the unknown, true nonconformance
  950. rates in populations that have been audited via random sampling.
  951.  
  952.  
  953. PCStat 2.5
  954.    PC Information Systems ASP
  955.    $45
  956.    #3328
  957. is a descriptive statistical report program providing statistics and histograms
  958. for two related data sets. It features pull-down menus and context sensitive
  959. help, and can accept data from Lotus, ASCII, DIF, and dBase. Requires 640k RAM,
  960. 500k disk space.
  961.  
  962.  
  963. Simstat 2.1c [SIMSTAT]
  964.    Peladeau, Normand
  965.    $60
  966.    #20145/4113 [2 disks]
  967. is a menu driven statistical program that provides many basic
  968. descriptive and comparative statistics. Features include Summary
  969. statistics, Crosstabulation, Frequencies analysis, Breakdown analysis,
  970. Oneway analysis of variance, Paired and independent sample t-tests,
  971. Pearson correlations, and Regression analysis.
  972.  
  973.   Other features include graphic pie charts, box-and-whiskers plot,
  974. multiple box-and-whiskers plot, multiple responses analysis, time series
  975. analysis, scheffe post hoc test, standardized residuals scatterplot,
  976. multiple regression analysis, binomial test, one sample chi-square test,
  977. runs test, friedman two way anova, kolmogorov-smirnov test for 1
  978. samples, histogram (text of graphics), full analysis bootstrap
  979. simulation, integer weighting of cases using another variable, direct
  980. access to 4 user defined external data editors for Lotus, dBase, ASCII,
  981. AND SPSS/PC+, ability to assign missing value and variable label to any
  982. variable or to change the variable length and number of decimal used to
  983. display results, and simedit spreadsheet data editor.
  984.  
  985. Also included is SIM2NL 1.0 [SIM2NL] integrates Nonlin 2.3 into Simstat.
  986.  
  987.  
  988. Smedley's ... Calculator [GPCALC]
  989.    Smedley's Software House
  990.    $30
  991.    #12608  (11-93 CD)
  992. Smedley's General Purpose Scientific Calculator is an
  993. engineering/scientific calculator with an attractive graphical
  994. interface. It will record and save operations to disk.
  995.  
  996.  
  997. SPC EXpert 2.0s
  998.    Quality Software Designs, Inc.
  999.    $40
  1000.    #20166 [2 disks]
  1001. automates the statistical and graphical tools used in statistical
  1002. process control, total quality management and other process improvement
  1003. techniques. It constructs, analyzes and interprets eight types of
  1004. control charts, both attributes and variables. It constructs bar graphs,
  1005. pie charts, Pareto diagrams, histograms, frequency polygons, and Ogives.
  1006. It also constructs and analyzes scatter diagrams. Hard disk required.
  1007.  
  1008.  
  1009. Stat and Math Turbo Pascal 5.X Libraries
  1010.    Norton Associates
  1011.    $35
  1012.    #2650
  1013. contains 30 elementary statistical and 19 mathematical subprograms, and provides
  1014. a suite of statistical routines for scientific application development. The Math
  1015. Unit and Pascal intrinsic function provide total capability of Fortran-77
  1016. intrinsic math functions, except for complex math.
  1017.  
  1018.  
  1019. StatHelp
  1020.    Hawkeye Softworks ASP
  1021.    $20
  1022.    #4283
  1023. is a set of statistical related programs. WatStat tells you which statistical
  1024. procedure to use, based on the data, design, and analytical focus that you
  1025. specify. LookUp performs five tests: z, t, F, Chi-Square and Binomial. Rando
  1026. generates several types of random numbers for sampling, simulations, etc.
  1027.  
  1028.  
  1029. Statistical Analysis
  1030.    Johnson, Paul
  1031.    $28
  1032.    #4867
  1033. is a set of programs for calculating a variety of statistics. This
  1034. package provides routines for normal probabilities, descriptive
  1035. statistics for key-entered data and a retrieved data file, 3rd and 4th
  1036. standardized moments, sample skewness (measures symmetry), kurtosis
  1037. (measures heaviness of tails), generating uniform random numbers and
  1038. standard normal random variables, sorting data into ascending order,
  1039. assigning integer ranks, bessel function, binomial probabilities,
  1040. correlation coefficient between two variables, linear regression, Boxcox
  1041. transformation to normality, sample size determination, regression,
  1042. difference and ratio estimation, and more.
  1043.  
  1044.  
  1045. Survey Power 2.0
  1046.    Wisco Computing ASP
  1047.    $42
  1048.    #4032
  1049. is designed to create, analyze, and print out results to surveys,
  1050. questionnaires, and opinion polls. You can create surveys with single choice,
  1051. multiple choice, rank order, and numeric questions. Survey Power can perform
  1052. complete demographic and correlation analyses of all responses. Any analysis can
  1053. be printed or saved to disk as an ASCII file.
  1054.  
  1055.  
  1056. SurvWare
  1057.    Compstat Software
  1058.    $50
  1059.    #2308
  1060. is designed for tabulating and analyzing opinion surveys with up to 50
  1061. multiple-choice questions with up to 10 possible responses for each. Up to 10 of
  1062. the questions can be used to analyze the survey based on demographic groupings.
  1063. The user interface is not very slick nor easy to follow the first time through,
  1064. but the program seems to perform its intended function as advertised. The number
  1065. of questionnaires the program can analyze is limited only by the amount of disk
  1066. space available from where the program was started. Requires 384k and CGA
  1067. compatible video.
  1068.  
  1069.  
  1070. TOUR
  1071.    Jarvis, Jonathan
  1072.    $?
  1073.    #27601/3902 [3 disks]
  1074. will help find the most efficient route for a salesman who must visit a number
  1075. of locations, each of them only once, and then return home. The program is so
  1076. flexible and powerful that it can solve the Knight's Tour (a chess puzzle in
  1077. which the Knight must legally move to every square on the board once and only
  1078. once).
  1079.  
  1080. A Fuzzy Links option creates sets of cities within a fuzzy tolerance distance
  1081. from line segments of a long chain. An overlay program is provided, as well as
  1082. on-line help. 2 meg of free hard disk space is required.
  1083.  
  1084.  
  1085. The Thinker
  1086.    Elliott, Alan C.
  1087.    $25
  1088.    #27389/1379
  1089. is a spreadsheet program similar in command structure to 1-2-3, but limited to
  1090. 26 columns and 125 rows.  It allows you to enter numbers and text on the
  1091. screen, and define mathematical relationships between the numbers.  Once these
  1092. relationships are defined, you may change some numbers, and the program will
  1093. automatically recalculate the related numbers.  It can be used for financial
  1094. modeling, budget calculations, scientific calculations, and more.
  1095.  
  1096.  
  1097. Vision Freeware
  1098.    Vision Information Services
  1099.    $0
  1100.    #27389/2067
  1101. is a set of programs that do various math functions: convert decimals to
  1102. fractions; generates the factorial of a number; factors a number or declares
  1103. it a prime; gives all prime factors of a factorial; gives Greatest Common
  1104. Divisor of two numbers; reduces fractions.  An 80*87 is supported but not
  1105. required.
  1106.  
  1107.  
  1108. XY 1.3b
  1109.    Klein, Jack B.
  1110.    $25
  1111.    #27389/269
  1112. does curve fitting, plots points on the screen or printer. 8087 version is
  1113. also available.
  1114.  
  1115.  
  1116. XYPlot
  1117.    Arnold, David
  1118.    $25
  1119.    #27389/1744
  1120. may be used as a stand-alone program to display fully calibrated XY graphs of
  1121. data from any source that can generate data files in the "fixed length record"
  1122. format, such as database programs, accounting programs, sequential files
  1123. generated in BASIC, etc.  Data may also be input manually.  The maximum number
  1124. of data points is 1500.  XYPlot is a useful tool for engineering, sales,
  1125. marketing, etc. applications.  The display resolution is 640x350 on EGA,
  1126. 640x200 on CGA.
  1127.  
  1128.  
  1129. VeCalc
  1130.    Fraundorf, P.
  1131.    $0
  1132.    #3183
  1133. is a calculator for work with one-dimensional vectors, profiles or spectra
  1134. rather than with numbers. It uses a visible four level stack, hierarchical
  1135. pop-down menus, and four memories to buffer input and output of profiles from
  1136. ASCII files on disk. The stack paradigm allows tools from statistics, image
  1137. and Fourier analysis, calculus and DifEq, and physics analysis.
  1138.  
  1139.  
  1140. WL Plot 2.31 [WLPLT231]
  1141.    Loewer, Wesley B.
  1142.    $25
  1143.    #12471  (09-93 CD)
  1144. plots Algebraic or RPN functions in cartesian, parametric, and polar
  1145. modes with linear or log scales. It graphs rotated conic sections,
  1146. integrals, 1st and 2nd derivatives, non-function relations,
  1147. bifurcations, recursive relations and best fit curves.
  1148.  
  1149.  
  1150. ZGRAPH for DOS 7.0
  1151.    Jakob, John
  1152.    $10
  1153.    #4575
  1154. allows you to create, display, and print X/Y, Polar, Log, Bar, Pie, and Area
  1155. graphs. The program will also graph 2-D functions/expressions. (The Windows
  1156. version of this program is on disk #4457.)
  1157.  
  1158. ]]]]]
  1159.  
  1160.  
  1161.